05. Flask-Migrate - Part 3
Follow along! Interactive Workspace
Follow along the rest of the walk-throughs (below) to continue getting migrations set up on our Todo application.
Workspace
This section contains either a workspace (it can be a Jupyter Notebook workspace or an online code editor work space, etc.) and it cannot be automatically downloaded to be generated here. Please access the classroom with your account and manually download the workspace to your local machine. Note that for some courses, Udacity upload the workspace files onto https://github.com/udacity , so you may be able to download them there.
Workspace Information:
- Default file path:
- Workspace type: jupyter-lab
- Opened files (when workspace is loaded): n/a
Walk-Throughs
flask db upgrade
and
flask db downgrade
ND004 C01 L06 03.4 Flask-Migrate
Adding the
completed
column to test migration
ND004 C01 L06 03.5 Flask-Migrate